Package com.seclore.fs.ws.client.pscp
Interface ServerDetails
public interface ServerDetails
This interface provides all details of server. It includes:
1. All URLs of server
-
Method Summary
-
Method Details
-
getURLs
This returns a set of URLs on which the service is available. This should be in the order of priority.
Please note that the URLs should NOT have a "\" or "/" at the end.- Returns:
- All the server URLs.
-